sortlistmodel: Cosmetic docs changes
authorMatthias Clasen <mclasen@redhat.com>
Sun, 23 May 2021 00:43:29 +0000 (20:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 23 May 2021 00:46:16 +0000 (20:46 -0400)
gtk/gtksortlistmodel.c

index 43fc43e1734c549f7ef6657865286bfbccd1d227..3a1d14fe05366cc1e08eea4ad880a77f19602dc3 100644 (file)
@@ -55,8 +55,8 @@
 /**
  * GtkSortListModel:
  *
- * `GtkSortListModel` is a list model that sorts the elements of
- * the underlying model according to a `GtkSorter`.
+ * A `GListModel` that sorts the elements of an underlying model
+ * according to a `GtkSorter`.
  *
  * The model can be set up to do incremental sorting, so that
  * sorting long lists doesn't block the UI. See